[INFO] cloning repository https://github.com/hhllhhyyds/atombot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hhllhhyyds/atombot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhllhhyyds%2Fatombot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhllhhyyds%2Fatombot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c70e7e699046e37cd2392f023dbde38fcc9d929d
[INFO] checking hhllhhyyds/atombot against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhhllhhyyds%2Fatombot" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hhllhhyyds/atombot
[INFO] finished tweaking git repo https://github.com/hhllhhyyds/atombot
[INFO] tweaked toml for git repo https://github.com/hhllhhyyds/atombot written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hhllhhyyds/atombot on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 280 packages to latest compatible versions
[INFO] [stderr]       Adding async-openai v0.34.0 (available: v0.41.1)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding reqwest v0.12.28 (available: v0.13.4)
[INFO] [stderr]       Adding scraper v0.20.0 (available: v0.27.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295
[INFO] running `Command { std: "docker" "start" "956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking rustls-pki-types v1.15.0
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking phf v0.10.1
[INFO] [stderr]     Checking servo_arc v0.3.0
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]     Checking ego-tree v0.6.3
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking html-escape v0.2.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking regex v1.13.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling rand v0.8.7
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling selectors v0.25.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking cssparser v0.31.2
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling async-openai-macros v0.1.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking scraper v0.20.0
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqwest-eventsource v0.6.0
[INFO] [stderr]     Checking async-openai v0.34.0
[INFO] [stderr] error: could not compile `async-openai` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b66808126f24f2f30898306a881e1676824ea80c/bin/rustc --crate-name async_openai --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-openai-0.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="_api"' --cfg 'feature="administration"' --cfg 'feature="administration-types"' --cfg 'feature="assistant"' --cfg 'feature="assistant-types"' --cfg 'feature="audio"' --cfg 'feature="audio-types"' --cfg 'feature="batch"' --cfg 'feature="batch-types"' --cfg 'feature="byot"' --cfg 'feature="chat-completion"' --cfg 'feature="chat-completion-types"' --cfg 'feature="chatkit"' --cfg 'feature="chatkit-types"' --cfg 'feature="completion-types"' --cfg 'feature="completions"' --cfg 'feature="container"' --cfg 'feature="container-types"' --cfg 'feature="default"' --cfg 'feature="embedding"' --cfg 'feature="embedding-types"' --cfg 'feature="eval-types"' --cfg 'feature="evals"' --cfg 'feature="file"' --cfg 'feature="file-types"' --cfg 'feature="finetuning"' --cfg 'feature="finetuning-types"' --cfg 'feature="full"' --cfg 'feature="grader-types"' --cfg 'feature="image"' --cfg 'feature="image-types"' --cfg 'feature="model"' --cfg 'feature="model-types"' --cfg 'feature="moderation"' --cfg 'feature="moderation-types"' --cfg 'feature="realtime"' --cfg 'feature="realtime-types"' --cfg 'feature="response-types"' --cfg 'feature="responses"' --cfg 'feature="rustls"' --cfg 'feature="skill"' --cfg 'feature="skill-types"' --cfg 'feature="types"' --cfg 'feature="upload"' --cfg 'feature="upload-types"' --cfg 'feature="vectorstore"' --cfg 'feature="vectorstore-types"' --cfg 'feature="video"' --cfg 'feature="video-types"' --cfg 'feature="webhook"' --cfg 'feature="webhook-types"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_api", "administration", "administration-types", "assistant", "assistant-types", "audio", "audio-types", "batch", "batch-types", "byot", "chat-completion", "chat-completion-types", "chatkit", "chatkit-types", "completion-types", "completions", "container", "container-types", "default", "embedding", "embedding-types", "eval-types", "evals", "file", "file-types", "finetuning", "finetuning-types", "full", "grader", "grader-types", "image", "image-types", "model", "model-types", "moderation", "moderation-types", "native-tls", "native-tls-vendored", "realtime", "realtime-types", "response-types", "responses", "rustls", "rustls-webpki-roots", "skill", "skill-types", "types", "upload", "upload-types", "vectorstore", "vectorstore-types", "video", "video-types", "webhook", "webhook-types"))' -C metadata=22c54dd64a079231 -C extra-filename=-41f7d69688401dd9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_openai_macros=/opt/rustwide/target/debug/deps/libasync_openai_macros-4be24e49ec382848.so --extern backoff=/opt/rustwide/target/debug/deps/libbackoff-3b1b6e7bc3962d76.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-4fbd75942b1503ad.rmeta --extern derive_builder=/opt/rustwide/target/debug/deps/libderive_builder-666d469ba8cb3e72.rmeta --extern eventsource_stream=/opt/rustwide/target/debug/deps/libeventsource_stream-bf7ea24fcc0ac7f7.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-d5a20ae9177e5c32.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-dc38863c12685790.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-d899ed9b62478de5.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-844a8c6596afefd4.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-32b0727b951a89d7.rmeta --extern reqwest_eventsource=/opt/rustwide/target/debug/deps/libreqwest_eventsource-dee60fde569704df.rmeta --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-69dbe047cc48bfe4.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-d22a3b730d70ca4d.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e4431b5f8cdfff13.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-37a92ce5a5cfa4c2.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-c1bd622adac74a7e.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-e8a7e08c278c1e17.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-58db4bc06b1b72cf.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-bbd240d0b9926288.rmeta --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-88b2361dd9d3599a.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-a982b4c17d5a1289.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-56bc08e2f8800b13.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-135ef4bf9538ddf8.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-a159f36e47df6033/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295", kill_on_drop: false }`
[INFO] [stdout] 956cb8f1c40ae23011721c83596db155d142b9e1b5f12ae1f501f1f9d9ad2295
